@import url(../../app.css);
@import url(./header.css);
@import url(./footer.css);
.c-yellow {
    color: #DCBA7A;
}

.c-purple {
    color: #7A7EB8;
}

.product_bg {
    background: url(../../../img/price/banner.png) no-repeat;
    background-size: 100% 440px;
}

.bg_box {
    height: 360px;
    line-height: 360px;
}

.price_card {
    width: 385px;
    background: rgba(255, 255, 255, 0.39);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
}

.price_card_head {
    /* background-image: url(../../../img/price/dlbs.png); */
    height: 200px;
    color: white;
    text-align: center;
    overflow: hidden;
}

.bg-dlbs {
    background-repeat: no-repeat;
    background-size: 100% 200px;
    background-image: url(../../../img/price/dlbs.png);
}

.bg-sy {
    background-repeat: no-repeat;
    background-size: 100% 200px;
    background-image: url(../../../img/price/siyou.png);
}

.bg-yun {
    background-repeat: no-repeat;
    background-size: 100% 200px;
    background-image: url(../../../img/price/yjh.png);
}

.price_card_head>div {
    margin-top: 70px;
    font-size: 33px;
    text-shadow: 0px 3px 6px rgba(63, 49, 255, 0.42);
}

.price_card_head p {
    margin-top: 10px;
}

.card-body {
    padding: 20px 30px;
}